home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / comps / goodies / delphi10 / tbarform / tbartest.dfm / tbartest.txt
Encoding:
Text File  |  1996-06-18  |  506 b   |  29 lines

  1. object Form1: TForm1
  2.   Left = 350
  3.   Top = 253
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'TTaskBarForm Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Button1: TButton
  14.     Left = 16
  15.     Top = 232
  16.     Width = 385
  17.     Height = 33
  18.     Caption = 'Show TaskBar Form'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object TaskBarForm1: TTaskBarForm
  23.     Top = 100
  24.     Left = 100
  25.     Left = 24
  26.     Top = 8
  27.   end
  28. end
  29.